Interview Questions and Answer
Options:
a. XAML stands for Extensible Application Markup Language.
b. XAML is case sensitive.
c. Tags cannot overlap.
d. XAML is XML based, so it must be well formed.
Reveal Answer
Options:
a. <button content=”OK”/>
b. <Button Content=”OK”></Button>
c. <Button>OK</Button>
d. <Button Text=”OK”/>
Reveal Answer
Options:
a. Tags can overlap.
b. XAML files have the .xaml file extension.
c. XAML is case sensitive.
d. The inner text of an element must not include special characters such as "<" or "&".
Reveal Answer
Options:
a. XAMLReader
b. XMLReader
c. HTMLReader
d. TextReader
Reveal Answer
Options:
a. Static Resources
b. Dynamic Resources
c. Library Rsourcexs
Reveal Answer
Options:
a. Static Resources
b. Dynamic Resources
c. x:Null
d. x:Dynamic
Reveal Answer
Bestdotnet google plus